Skip to content

Adjust FlowSettingsIdentifier - #191

Merged
raphael-goetz merged 1 commit into
mainfrom
#190-rest-flow-identifier
Apr 11, 2026
Merged

Adjust FlowSettingsIdentifier#191
raphael-goetz merged 1 commit into
mainfrom
#190-rest-flow-identifier

Conversation

@raphael-goetz

Copy link
Copy Markdown
Member

Resolves: #190

Copilot AI review requested due to automatic review settings April 11, 2026 14:36

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates flow setting identifier strings to match renamed settings (per issue #190) so adapters can correctly identify matching flows.

Changes:

  • REST adapter: update HTTP method/url flow setting IDs to httpMethod and httpURL (and align debug log text).
  • Cron adapter: update cron-related flow setting IDs from CRON_* to lower camelCase (e.g., cronMinute, cronDayOfMonth).

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
adapter/rest/src/route.rs Switch REST flow-setting lookups to new httpMethod / httpURL identifiers and update related debug log text.
adapter/cron/src/main.rs Switch Cron flow-setting lookups from CRON_* identifiers to new lower camelCase identifiers.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread adapter/cron/src/main.rs
@raphael-goetz
raphael-goetz merged commit 22b7128 into main Apr 11, 2026
12 checks passed
@raphael-goetz
raphael-goetz deleted the #190-rest-flow-identifier branch June 26, 2026 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Adjust All Flow Setting Identification

2 participants